github.com/refraction-networking/utls.Config.ticketKeyFromBytes (method)
5 uses
github.com/refraction-networking/utls (current package)
common.go#L958: func (c *Config) ticketKeyFromBytes(b [32]byte) (key ticketKey) {
common.go#L1055: c.sessionTicketKeys = []ticketKey{c.ticketKeyFromBytes(c.SessionTicketKey)}
common.go#L1112: valid = append(valid, c.ticketKeyFromBytes(newKey))
common.go#L1144: newKeys[i] = c.ticketKeyFromBytes(bytes)
u_public.go#L826: tk := config.ticketKeyFromBytes(b)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |